Class PayloadBusEvent.Builder<P>

java.lang.Object
org.refcodes.eventbus.ext.application.ApplicationBusEvent.Builder
org.refcodes.eventbus.ext.application.PayloadBusEvent.Builder<P>
Type Parameters:
P - The type of the payload being carried by this event.
All Implemented Interfaces:
org.refcodes.mixin.ActionAccessor.ActionBuilder<Enum<?>,ApplicationBusEvent.Builder>, org.refcodes.mixin.AliasAccessor.AliasBuilder<ApplicationBusEvent.Builder>, org.refcodes.mixin.ChannelAccessor.ChannelBuilder<ApplicationBusEvent.Builder>, org.refcodes.mixin.GroupAccessor.GroupBuilder<ApplicationBusEvent.Builder>, org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<org.refcodes.observer.EventMetaData,ApplicationBusEvent.Builder>, org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P,PayloadBusEvent.Builder<P>>, org.refcodes.mixin.SourceAccessor.SourceBuilder<ApplicationBus,ApplicationBusEvent.Builder>, org.refcodes.mixin.TypeAccessor.TypeBuilder<P,PayloadBusEvent.Builder<P>>, org.refcodes.mixin.UniversalIdAccessor.UniversalIdBuilder<ApplicationBusEvent.Builder>, org.refcodes.observer.PublisherTypeAccessor.PublisherTypeBuilder<ApplicationBusEvent.Builder>
Enclosing class:
PayloadBusEvent<P>

public static class PayloadBusEvent.Builder<P> extends ApplicationBusEvent.Builder implements org.refcodes.mixin.PayloadAccessor.PayloadBuilder<P,PayloadBusEvent.Builder<P>>, org.refcodes.mixin.TypeAccessor.TypeBuilder<P,PayloadBusEvent.Builder<P>>
Builder to build PayloadBusEvent.