Interface PingRespOutboundInterceptor

  • All Superinterfaces:
    Interceptor
    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 PingRespOutboundInterceptor
    extends Interceptor
    Interface for the ping response interception.

    Interceptors are always called by the same thread for all messages for the same client.

    If the same instance is shared between multiple clients it can be called by different threads and therefore must be thread-safe.

    Since:
    4.3.0, CE 2020.1