Class CloseMessageSubscriptionEncoder

  • All Implemented Interfaces:
    org.agrona.sbe.EncoderFlyweight, org.agrona.sbe.Flyweight, org.agrona.sbe.MessageEncoderFlyweight, org.agrona.sbe.MessageFlyweight

    public class CloseMessageSubscriptionEncoder
    extends Object
    implements org.agrona.sbe.MessageEncoderFlyweight
    • Constructor Detail

      • CloseMessageSubscriptionEncoder

        public CloseMessageSubscriptionEncoder()
    • Method Detail

      • sbeBlockLength

        public int sbeBlockLength()
        Specified by:
        sbeBlockLength in interface org.agrona.sbe.MessageFlyweight
      • sbeTemplateId

        public int sbeTemplateId()
        Specified by:
        sbeTemplateId in interface org.agrona.sbe.MessageFlyweight
      • sbeSchemaId

        public int sbeSchemaId()
        Specified by:
        sbeSchemaId in interface org.agrona.sbe.Flyweight
      • sbeSchemaVersion

        public int sbeSchemaVersion()
        Specified by:
        sbeSchemaVersion in interface org.agrona.sbe.Flyweight
      • sbeSemanticType

        public String sbeSemanticType()
        Specified by:
        sbeSemanticType in interface org.agrona.sbe.MessageFlyweight
      • buffer

        public org.agrona.MutableDirectBuffer buffer()
        Specified by:
        buffer in interface org.agrona.sbe.EncoderFlyweight
        Specified by:
        buffer in interface org.agrona.sbe.Flyweight
      • initialOffset

        public int initialOffset()
      • offset

        public int offset()
        Specified by:
        offset in interface org.agrona.sbe.Flyweight
        Specified by:
        offset in interface org.agrona.sbe.MessageFlyweight
      • wrap

        public CloseMessageSubscriptionEncoder wrap​(org.agrona.MutableDirectBuffer buffer,
                                                    int offset)
        Specified by:
        wrap in interface org.agrona.sbe.EncoderFlyweight
      • encodedLength

        public int encodedLength()
        Specified by:
        encodedLength in interface org.agrona.sbe.Flyweight
      • limit

        public int limit()
      • limit

        public void limit​(int limit)
      • subscriptionPartitionIdId

        public static int subscriptionPartitionIdId()
      • subscriptionPartitionIdSinceVersion

        public static int subscriptionPartitionIdSinceVersion()
      • subscriptionPartitionIdEncodingOffset

        public static int subscriptionPartitionIdEncodingOffset()
      • subscriptionPartitionIdEncodingLength

        public static int subscriptionPartitionIdEncodingLength()
      • subscriptionPartitionIdMetaAttribute

        public static String subscriptionPartitionIdMetaAttribute​(MetaAttribute metaAttribute)
      • subscriptionPartitionIdNullValue

        public static int subscriptionPartitionIdNullValue()
      • subscriptionPartitionIdMinValue

        public static int subscriptionPartitionIdMinValue()
      • subscriptionPartitionIdMaxValue

        public static int subscriptionPartitionIdMaxValue()
      • workflowInstanceKeyId

        public static int workflowInstanceKeyId()
      • workflowInstanceKeySinceVersion

        public static int workflowInstanceKeySinceVersion()
      • workflowInstanceKeyEncodingOffset

        public static int workflowInstanceKeyEncodingOffset()
      • workflowInstanceKeyEncodingLength

        public static int workflowInstanceKeyEncodingLength()
      • workflowInstanceKeyMetaAttribute

        public static String workflowInstanceKeyMetaAttribute​(MetaAttribute metaAttribute)
      • workflowInstanceKeyNullValue

        public static long workflowInstanceKeyNullValue()
      • workflowInstanceKeyMinValue

        public static long workflowInstanceKeyMinValue()
      • workflowInstanceKeyMaxValue

        public static long workflowInstanceKeyMaxValue()
      • elementInstanceKeyId

        public static int elementInstanceKeyId()
      • elementInstanceKeySinceVersion

        public static int elementInstanceKeySinceVersion()
      • elementInstanceKeyEncodingOffset

        public static int elementInstanceKeyEncodingOffset()
      • elementInstanceKeyEncodingLength

        public static int elementInstanceKeyEncodingLength()
      • elementInstanceKeyMetaAttribute

        public static String elementInstanceKeyMetaAttribute​(MetaAttribute metaAttribute)
      • elementInstanceKeyNullValue

        public static long elementInstanceKeyNullValue()
      • elementInstanceKeyMinValue

        public static long elementInstanceKeyMinValue()
      • elementInstanceKeyMaxValue

        public static long elementInstanceKeyMaxValue()
      • messageNameId

        public static int messageNameId()
      • messageNameCharacterEncoding

        public static String messageNameCharacterEncoding()
      • messageNameMetaAttribute

        public static String messageNameMetaAttribute​(MetaAttribute metaAttribute)
      • messageNameHeaderLength

        public static int messageNameHeaderLength()