@Configuration @EnableConfigurationProperties(value=TurbineStreamProperties.class) public class TurbineStreamConfiguration extends Object implements org.springframework.context.SmartLifecycle
Constructor and Description |
---|
TurbineStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
io.reactivex.netty.protocol.http.server.HttpServer<io.netty.buffer.ByteBuf,io.reactivex.netty.protocol.text.sse.ServerSentEvent> |
aggregatorServer() |
org.springframework.cloud.client.actuator.HasFeatures |
Feature() |
int |
getPhase() |
int |
getTurbinePort() |
rx.subjects.PublishSubject<Map<String,Object>> |
hystrixSubject() |
boolean |
isAutoStartup() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
void |
stop(Runnable callback) |
@Bean public org.springframework.cloud.client.actuator.HasFeatures Feature()
@Bean public io.reactivex.netty.protocol.http.server.HttpServer<io.netty.buffer.ByteBuf,io.reactivex.netty.protocol.text.sse.ServerSentEvent> aggregatorServer()
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(Runnable callback)
stop
in interface org.springframework.context.SmartLifecycle
public void start()
start
in interface org.springframework.context.Lifecycle
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public int getPhase()
getPhase
in interface org.springframework.context.Phased
public int getTurbinePort()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.