public class ScpNeoAuditLogFacade extends Object implements AuditLogFacade, WithRuntimeDependencies
Constructor and Description |
---|
ScpNeoAuditLogFacade() |
Modifier and Type | Method and Description |
---|---|
void |
assertRuntimeDependenciesExist()
Asserts that required runtime dependencies are available on the class path.
|
io.vavr.control.Try<AuditLog> |
tryGetAuditLog()
Returns a
Try of the AuditLog . |
public void assertRuntimeDependenciesExist() throws DependencyNotFoundException
assertRuntimeDependenciesExist
in interface WithRuntimeDependencies
DependencyNotFoundException
- If a required runtime dependency is not available.@Nonnull public io.vavr.control.Try<AuditLog> tryGetAuditLog()
Try
of the AuditLog
.tryGetAuditLog
in interface AuditLogFacade
Try
of the AuditLog
.Copyright © 2019 SAP SE. All rights reserved.