public abstract class CachingErpCommand<T> extends CachingCommand<T> implements WithErpEndpoint
CachingCommand
to enable resilient execution and caching of results of S/4HANA queries.
Introduces a member for the ErpEndpoint
to be used inside the command.Modifier and Type | Method and Description |
---|---|
ErpConfigContext |
getConfigContext()
Returns the
ErpConfigContext of this command. |
ErpEndpoint |
getErpEndpoint()
Returns the
ErpEndpoint of this command. |
public ErpConfigContext getConfigContext()
ErpConfigContext
of this command.getConfigContext
in interface WithErpEndpoint
@Generated(value="lombok") public ErpEndpoint getErpEndpoint()
ErpEndpoint
of this command.getErpEndpoint
in interface WithErpEndpoint
Copyright © 2017 SAP SE. All rights reserved.