Uses of Enum Class
io.fluxzero.common.MessageType
Packages that use MessageType
-
Uses of MessageType in io.fluxzero.common
Subclasses with type arguments of type MessageType in io.fluxzero.commonModifier and TypeClassDescriptionenumEnumerates the types of messages recognized and routed by the Fluxzero Runtime.Methods in io.fluxzero.common that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.common with parameters of type MessageTypeModifier and TypeMethodDescriptionstatic StringServicePathBuilder.gatewayPath(MessageType messageType) Returns the gateway path used to publish messages of the givenMessageType.static StringServicePathBuilder.trackingPath(MessageType messageType) Returns the tracking path used to read (track) messages of the givenMessageType. -
Uses of MessageType in io.fluxzero.common.api.tracking
Constructors in io.fluxzero.common.api.tracking with parameters of type MessageTypeModifierConstructorDescriptionClaimSegment(MessageType messageType, String consumer, String trackerId, long maxTimeout, boolean clientControlledIndex, String typeFilter, boolean filterMessageTarget, Long lastIndex, Long purgeTimeout) -
Uses of MessageType in io.fluxzero.common.tracking
Constructors in io.fluxzero.common.tracking with parameters of type MessageTypeModifierConstructorDescriptionWebSocketTracker(Read read, MessageType messageType, String clientId, String sessionId, Consumer<MessageBatch> handler)