Class RemoteApiProperties


  • @Component("RemoteApiProperties-secondary")
    @ConfigurationProperties("remote-api")
    public class RemoteApiProperties
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      boolean isEnabled()  
      void setEnabled​(boolean aRemoteApiEnabled)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteApiProperties

        public RemoteApiProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean aRemoteApiEnabled)