Interface ICustomPayloadListener<T>

Type Parameters:
T - The type of the channel, either Identifier or String.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ICustomPayloadListener<T>
A listener for custom payloads.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on a custom payload.