public class SpringFunctionInitializer extends Object implements Closeable
Constructor and Description |
---|
SpringFunctionInitializer() |
SpringFunctionInitializer(Class<?> configurationClass) |
Modifier and Type | Method and Description |
---|---|
protected org.reactivestreams.Publisher<?> |
apply(org.reactivestreams.Publisher<?> input) |
void |
close() |
protected Object |
function() |
protected Class<?> |
getInputType() |
protected void |
initialize() |
public SpringFunctionInitializer(Class<?> configurationClass)
public SpringFunctionInitializer()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
protected void initialize()
protected Class<?> getInputType()
protected Object function()
protected org.reactivestreams.Publisher<?> apply(org.reactivestreams.Publisher<?> input)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.