Uses of Class
dev.getelements.elements.sdk.service.blockchain.invoke.flow.FlowInvocationScope
Packages that use FlowInvocationScope
Package
Description
-
Uses of FlowInvocationScope in dev.getelements.elements.service.blockchain.crypto.flow
Methods in dev.getelements.elements.service.blockchain.crypto.flow that return FlowInvocationScopeModifier and TypeMethodDescriptionprotected FlowInvocationScope
SuperUserFlowSmartContractInvocationService.newInvocationScope()
Methods in dev.getelements.elements.service.blockchain.crypto.flow that return types with arguments of type FlowInvocationScopeModifier and TypeMethodDescriptionjakarta.inject.Provider
<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>> SuperUserFlowSmartContractInvocationService.getResolutionProvider()
SuperUserFlowSmartContractInvocationService.getScopedInvokerFactory()
Methods in dev.getelements.elements.service.blockchain.crypto.flow with parameters of type FlowInvocationScopeModifier and TypeMethodDescriptionSuperUserFlowSmartContractInvocationService.newResolution
(FlowInvocationScope flowInvocationScope) Method parameters in dev.getelements.elements.service.blockchain.crypto.flow with type arguments of type FlowInvocationScopeModifier and TypeMethodDescriptionvoid
SuperUserFlowSmartContractInvocationService.setResolutionProvider
(jakarta.inject.Provider<StandardSmartContractInvocationResolution<FlowInvocationScope, FlowSmartContractInvocationService.Invoker>> resolutionProvider) void
SuperUserFlowSmartContractInvocationService.setScopedInvokerFactory
(ScopedInvoker.Factory<FlowInvocationScope, FlowSmartContractInvocationService.Invoker> scopedInvokerFactory) -
Uses of FlowInvocationScope in dev.getelements.elements.service.blockchain.invoke.flow
Methods in dev.getelements.elements.service.blockchain.invoke.flow with parameters of type FlowInvocationScopeModifier and TypeMethodDescriptionvoid
FlowInvoker.initialize
(FlowInvocationScope flowInvocationScope)