Class ContextInstanceRestServiceConfiguration


  • public class ContextInstanceRestServiceConfiguration
    extends java.lang.Object
    Context instance service related configuration.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JOB_CONTEXT_PATH  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.ikasan.spec.dashboard.ContextInstanceRestService contextInstanceRestService​(org.springframework.core.env.Environment environment, org.springframework.http.client.HttpComponentsClientHttpRequestFactory customHttpRequestFactory)  
      • Methods inherited from class java.lang.Object

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

      • JOB_CONTEXT_PATH

        public static final java.lang.String JOB_CONTEXT_PATH
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContextInstanceRestServiceConfiguration

        public ContextInstanceRestServiceConfiguration()
    • Method Detail

      • contextInstanceRestService

        @Bean
        public org.ikasan.spec.dashboard.ContextInstanceRestService contextInstanceRestService​(org.springframework.core.env.Environment environment,
                                                                                               org.springframework.http.client.HttpComponentsClientHttpRequestFactory customHttpRequestFactory)