Interface ResolvedEndpointHandler

  • All Superinterfaces:
    java.util.concurrent.Flow.Processor<java.nio.ByteBuffer,​java.nio.ByteBuffer>, java.util.concurrent.Flow.Publisher<java.nio.ByteBuffer>, java.util.concurrent.Flow.Subscriber<java.nio.ByteBuffer>

    public interface ResolvedEndpointHandler
    extends java.util.concurrent.Flow.Processor<java.nio.ByteBuffer,​java.nio.ByteBuffer>
    Resolved handler for an invocation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String responseContentType()  
      • Methods inherited from interface java.util.concurrent.Flow.Publisher

        subscribe
      • Methods inherited from interface java.util.concurrent.Flow.Subscriber

        onComplete, onError, onNext, onSubscribe
    • Method Detail

      • responseContentType

        java.lang.String responseContentType()