|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
S - The service API hosted by the intercepted service provider.public interface DisconnectInterceptor<S>
Listens for service provider disconnection events. Allows for custom logic to be executed before and after connections are deleted with a specific service provider.
| Method Summary | |
|---|---|
void |
postDisconnect(ConnectionFactory<S> connectionFactory,
org.springframework.web.context.request.WebRequest request)
Called immediately after a connection is removed. |
void |
preDisconnect(ConnectionFactory<S> connectionFactory,
org.springframework.web.context.request.WebRequest request)
Called immediately before a connection is removed. |
| Method Detail |
|---|
void preDisconnect(ConnectionFactory<S> connectionFactory,
org.springframework.web.context.request.WebRequest request)
connectionFactory - the connection factory for the service providerrequest - the web request
void postDisconnect(ConnectionFactory<S> connectionFactory,
org.springframework.web.context.request.WebRequest request)
connectionFactory - the connection factory for the service providerrequest - the web request
|
Spring Social | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||