Module swim.runtime

Class MeshInfo


  • public class MeshInfo
    extends Object
    • Field Detail

      • meshUri

        protected final Uri meshUri
      • gatewayPartKey

        protected final Value gatewayPartKey
      • ourselfPartKey

        protected final Value ourselfPartKey
      • partCount

        protected final int partCount
    • Constructor Detail

      • MeshInfo

        public MeshInfo​(Uri meshUri,
                        Value gatewayPartKey,
                        Value ourselfPartKey,
                        int partCount)