Interface PublisherTypeAccessor.PublisherTypeBuilder<B extends PublisherTypeAccessor.PublisherTypeBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
EventMetaData.Builder
Enclosing interface:
PublisherTypeAccessor

public static interface PublisherTypeAccessor.PublisherTypeBuilder<B extends PublisherTypeAccessor.PublisherTypeBuilder<B>>
Provides a builder method for a publisher's type property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublisherType(Class<?> aPublisherType)
    Sets the publisherType for the publisher's type property.
  • Method Details

    • withPublisherType

      B withPublisherType(Class<?> aPublisherType)
      Sets the publisherType for the publisher's type property.
      Parameters:
      aPublisherType - The publisher's type to be stored by the publisher's type property.
      Returns:
      The builder for applying multiple build operations.