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 interfaceScopedInvoker.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 TypeMethodDescriptionvoidinitialize(InvocationScopeT invocationScope) Initializes theEvmSmartContractInvocationService.Invokerwith the invocation scope.
-
Method Details
-
initialize
Initializes theEvmSmartContractInvocationService.Invokerwith the invocation scope.- Parameters:
invocationScope- theInvocationScope
-