Uses of Class
net.andresbustamante.yafoot.core.events.MatchPlayerUnsubscriptionEvent
Packages that use MatchPlayerUnsubscriptionEvent
Package
Description
Message listeners implementations.
-
Uses of MatchPlayerUnsubscriptionEvent in net.andresbustamante.yafoot.core.events
Methods in net.andresbustamante.yafoot.core.events that return MatchPlayerUnsubscriptionEventModifier and TypeMethodDescriptionMatchPlayerUnsubscriptionEvent.Builder.build()
MatchPlayerUnsubscriptionEvent.fromByteBuffer
(ByteBuffer b) Deserializes a MatchPlayerUnsubscriptionEvent from a ByteBuffer.Methods in net.andresbustamante.yafoot.core.events that return types with arguments of type MatchPlayerUnsubscriptionEventModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<MatchPlayerUnsubscriptionEvent>
MatchPlayerUnsubscriptionEvent.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<MatchPlayerUnsubscriptionEvent>
MatchPlayerUnsubscriptionEvent.getDecoder()
Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<MatchPlayerUnsubscriptionEvent>
MatchPlayerUnsubscriptionEvent.getEncoder()
Return the BinaryMessageEncoder instance used by this class.Methods in net.andresbustamante.yafoot.core.events with parameters of type MatchPlayerUnsubscriptionEventModifier and TypeMethodDescriptionMatchPlayerUnsubscriptionEvent.newBuilder
(MatchPlayerUnsubscriptionEvent other) Creates a new MatchPlayerUnsubscriptionEvent RecordBuilder by copying an existing MatchPlayerUnsubscriptionEvent instance. -
Uses of MatchPlayerUnsubscriptionEvent in net.andresbustamante.yafoot.core.web.listeners
Methods in net.andresbustamante.yafoot.core.web.listeners with parameters of type MatchPlayerUnsubscriptionEventModifier and TypeMethodDescriptionvoid
MatchPlayerUnregistrationListener.onMessage
(MatchPlayerUnsubscriptionEvent event)