@Configuration(value="forwardingConfiguration") @ConditionalOnProperty(value="forwarding.enabled", havingValue="true") @ConditionalOnBean(value=PunchplatformConfiguration.class) @ConfigurationProperties(prefix="forwarding") public class ForwardingConfiguration extends Object
Constructor and Description |
---|
ForwardingConfiguration(org.springframework.context.ApplicationContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowIfMissing() |
org.thales.punch.libraries.punchlang.api.Punchlet |
getPunchlet() |
String |
getPunchletPath() |
void |
setAllowIfMissing(Boolean allow) |
void |
setPunchlet(String punchletPath) |
public ForwardingConfiguration(org.springframework.context.ApplicationContext context)
public String getPunchletPath()
public void setPunchlet(String punchletPath)
public org.thales.punch.libraries.punchlang.api.Punchlet getPunchlet()
public void setAllowIfMissing(Boolean allow)
public boolean getAllowIfMissing()
Copyright © 2023. All rights reserved.