S - The service API hosted by the intercepted service provider.public interface DisconnectInterceptor<S>
| Modifier and Type | Method and Description |
|---|---|
void |
postDisconnect(ConnectionFactory<S> connectionFactory,
WebRequest request)
Called immediately after a connection is removed.
|
void |
preDisconnect(ConnectionFactory<S> connectionFactory,
WebRequest request)
Called immediately before a connection is removed.
|
void preDisconnect(ConnectionFactory<S> connectionFactory, WebRequest request)
connectionFactory - the connection factory for the service providerrequest - the web requestvoid postDisconnect(ConnectionFactory<S> connectionFactory, WebRequest request)
connectionFactory - the connection factory for the service providerrequest - the web request