Interface ScopedInvoker<InvocationScopeT extends InvocationScope>
- All Known Subinterfaces:
EvmSmartContractInvocationService.Invoker
,FlowSmartContractInvocationService.Invoker
,NearSmartContractInvocationService.Invoker
- All Known Implementing Classes:
FlowInvoker
,NearInvoker
,Web3jInvoker
public interface ScopedInvoker<InvocationScopeT extends InvocationScope>
Internal interface used to handle scoping of
EvmSmartContractInvocationService.Invoker
instances.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
ScopedInvoker.Factory<InvocationScopeT extends InvocationScope,
InvokerT extends ScopedInvoker<InvocationScopeT>> A Factory type which is used to make instances of invalid input: '{@link /*missing*/}' -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(InvocationScopeT invocationScope) Initializes theEvmSmartContractInvocationService.Invoker
with the invocation scope.
-
Method Details
-
initialize
Initializes theEvmSmartContractInvocationService.Invoker
with the invocation scope.- Parameters:
invocationScope
- theInvocationScope
-