Interface ExchangeTypeResolver<R extends Request<?>,S extends Response<?>>

Type Parameters:
R - Request
S - Response
All Known Subinterfaces:
BsonInterceptor, BsonService, ByteArrayInterceptor, ByteArrayService, GraphQLInterceptor, HandlingPlugin<R,S>, Interceptor<R,S>, JsonInterceptor, JsonService, MongoInterceptor, ProxyInterceptor, Service<R,S>, StringInterceptor, StringService, WildcardInterceptor

public interface ExchangeTypeResolver<R extends Request<?>,S extends Response<?>>
Interface to get the response and request implementation classes at runtime
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Type
     
    default Type
     
  • Method Details

    • requestType

      default Type requestType()
    • responseType

      default Type responseType()