Interface InterceptingRepositoryConnection

All Superinterfaces:
AutoCloseable, RepositoryConnection
All Known Implementing Classes:
InterceptingRepositoryConnectionWrapper

public interface InterceptingRepositoryConnection extends RepositoryConnection
Author:
Herko ter Horst
  • Method Details

    • addRepositoryConnectionInterceptor

      void addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
      Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
    • removeRepositoryConnectionInterceptor

      void removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
      Removes a registered RepositoryConnectionInterceptor from this connection.