AgentBuilder.RedefinitionListenable |
AgentBuilder.Default.Redefining.redefineOnly(java.lang.Class<?>... type) |
Limits the redefinition attempt to the specified types.
|
AgentBuilder.RedefinitionListenable |
AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy.redefineOnly(java.lang.Class<?>... type) |
Limits the redefinition attempt to the specified types.
|
AgentBuilder.RedefinitionListenable |
AgentBuilder.Default.Redefining.with(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy) |
A discovery strategy is responsible for locating loaded types that should be considered for redefinition.
|
AgentBuilder.RedefinitionListenable |
AgentBuilder.Default.Redefining.with(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener) |
A redefinition listener is invoked before each batch of type redefinitions and on every error as well as
after the redefinition was completed.
|
AgentBuilder.RedefinitionListenable |
AgentBuilder.RedefinitionListenable.with(AgentBuilder.RedefinitionStrategy.Listener redefinitionListener) |
A redefinition listener is invoked before each batch of type redefinitions and on every error as well as
after the redefinition was completed.
|
AgentBuilder.RedefinitionListenable |
AgentBuilder.RedefinitionListenable.WithImplicitDiscoveryStrategy.with(AgentBuilder.RedefinitionStrategy.DiscoveryStrategy redefinitionDiscoveryStrategy) |
A discovery strategy is responsible for locating loaded types that should be considered for redefinition.
|