Uses of Class
net.andresbustamante.yafoot.core.events.CarpoolingRequestEvent
Packages that use CarpoolingRequestEvent
Package
Description
Message listeners implementations.
-
Uses of CarpoolingRequestEvent in net.andresbustamante.yafoot.core.events
Methods in net.andresbustamante.yafoot.core.events that return CarpoolingRequestEventModifier and TypeMethodDescriptionCarpoolingRequestEvent.Builder.build()
static CarpoolingRequestEvent
CarpoolingRequestEvent.fromByteBuffer
(ByteBuffer b) Deserializes a CarpoolingRequestEvent from a ByteBuffer.Methods in net.andresbustamante.yafoot.core.events that return types with arguments of type CarpoolingRequestEventModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<CarpoolingRequestEvent>
CarpoolingRequestEvent.createDecoder
(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore
.static org.apache.avro.message.BinaryMessageDecoder<CarpoolingRequestEvent>
CarpoolingRequestEvent.getDecoder()
Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<CarpoolingRequestEvent>
CarpoolingRequestEvent.getEncoder()
Return the BinaryMessageEncoder instance used by this class.Methods in net.andresbustamante.yafoot.core.events with parameters of type CarpoolingRequestEventModifier and TypeMethodDescriptionCarpoolingRequestEvent.newBuilder
(CarpoolingRequestEvent other) Creates a new CarpoolingRequestEvent RecordBuilder by copying an existing CarpoolingRequestEvent instance. -
Uses of CarpoolingRequestEvent in net.andresbustamante.yafoot.core.web.listeners
Methods in net.andresbustamante.yafoot.core.web.listeners with parameters of type CarpoolingRequestEventModifier and TypeMethodDescriptionvoid
CarpoolingRequestListener.onMessage
(CarpoolingRequestEvent event)