Interface ReactiveVaultOperations

All Known Implementing Classes:
ReactiveVaultTemplate

public interface ReactiveVaultOperations
Interface that specifies a basic set of Vault operations executed on a reactive infrastructure, implemented by ReactiveVaultTemplate. This is the main entry point to interact with Vault in an authenticated and unauthenticated context.

ReactiveVaultOperations allows execution of callback methods. Callbacks can execute requests within a session context and the without a session.

Since:
2.0
Author:
Mark Paluch
See Also: