Class SpringBootPlatformHttpEngine
java.lang.Object
org.apache.camel.component.platform.http.springboot.SpringBootPlatformHttpEngine
- All Implemented Interfaces:
org.apache.camel.component.platform.http.spi.PlatformHttpEngine,org.apache.camel.spi.EmbeddedHttpService
public class SpringBootPlatformHttpEngine
extends Object
implements org.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
Constructor Summary
ConstructorsConstructorDescriptionSpringBootPlatformHttpEngine(int port) SpringBootPlatformHttpEngine(int port, Executor executor) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.platform.http.spi.PlatformHttpConsumercreateConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint, org.apache.camel.Processor processor) intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.component.platform.http.spi.PlatformHttpEngine
getScheme
-
Constructor Details
-
SpringBootPlatformHttpEngine
public SpringBootPlatformHttpEngine(int port) -
SpringBootPlatformHttpEngine
-
-
Method Details
-
createConsumer
public org.apache.camel.component.platform.http.spi.PlatformHttpConsumer createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint, org.apache.camel.Processor processor) - Specified by:
createConsumerin interfaceorg.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
getServerPort
public int getServerPort()- Specified by:
getServerPortin interfaceorg.apache.camel.spi.EmbeddedHttpService- Specified by:
getServerPortin interfaceorg.apache.camel.component.platform.http.spi.PlatformHttpEngine
-