Interface Context

  • 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 Context
    Context to be used by a server.
    Since:
    1.0
    • Method Detail

      • getReply

        Reply getReply()
        Returns the reply.
        Returns:
        the reply
        Since:
        1.0