Interface HostedServiceInterceptorFactory
public interface HostedServiceInterceptorFactory
Factory to create
HostedServiceInterceptor instances.-
Method Summary
Modifier and TypeMethodDescriptioncreateHostedServiceInterceptor(HostedService hostedService, WsDiscoveryTargetService targetService) Creates a hosted service interceptor.
-
Method Details
-
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.
-