Module swim.system

Class MeshInfo

java.lang.Object
swim.system.reflect.MeshInfo

public class MeshInfo extends Object
  • Field Details

    • meshUri

      protected final Uri meshUri
    • gatewayPartKey

      protected final Value gatewayPartKey
    • ourselfPartKey

      protected final Value ourselfPartKey
    • partCount

      protected final int partCount
  • Constructor Details

    • MeshInfo

      public MeshInfo(Uri meshUri, Value gatewayPartKey, Value ourselfPartKey, int partCount)
  • Method Details

    • meshUri

      public final Uri meshUri()
    • gatewayPartKey

      public final Value gatewayPartKey()
    • ourselfPartKey

      public final Value ourselfPartKey()
    • toValue

      public Value toValue()
    • create

      public static MeshInfo create(MeshBinding meshBinding)
    • form

      @Kind public static Form<MeshInfo> form()