Interface HostedServiceInterceptorFactory
-
public interface HostedServiceInterceptorFactoryFactory to createHostedServiceInterceptorinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostedServiceInterceptorcreateHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService)Creates a hosted service interceptor.
-
-
-
Method Detail
-
createHostedServiceInterceptor
HostedServiceInterceptor createHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService)
Creates a hosted service interceptor.- Parameters:
hostedService- hosted service to create the interceptor for.targetService- theWsDiscoveryTargetServicethat is used to resolve hosting service types.- Returns:
- an interceptor for given hosted service.
-
-