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