Class HandleCustomFilter

java.lang.Object
io.fluxzero.sdk.tracking.handling.HandleCustomFilter

public class HandleCustomFilter extends Object
A MessageFilter implementation that filters DeserializingMessage instances based on a custom topic defined in the HandleCustom annotation on handler methods.

This filter ensures that a message is only routed to handler methods annotated with @HandleCustom if the topic of the message matches the value defined in the annotation.

See Also: