Class SessionData.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class SessionData.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for SessionData instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getSessionIds

         List<String> getSessionIds()

        Gets the value of the 'sessionIds' field. The sessions that the flow is waiting to receive messages from

      • setSessionIds

         SessionData.Builder setSessionIds(List<String> value)

        Sets the value of the 'sessionIds' field. The sessions that the flow is waiting to receive messages from

        Parameters:
        value - The value of 'sessionIds'.
      • hasSessionIds

         boolean hasSessionIds()

        Checks whether the 'sessionIds' field has been set. The sessions that the flow is waiting to receive messages from