Interface ContextCallback<T extends OsgiContextImpl>
-
- Type Parameters:
T- Context
@ConsumerType public interface ContextCallback<T extends OsgiContextImpl>Callback interface for application-specific setup and teardown operations to customize the mock context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T context)Execute callback action
-