public class AzureSpringFunctionInitializer extends Object implements Closeable
| Constructor and Description |
|---|
AzureSpringFunctionInitializer() |
AzureSpringFunctionInitializer(Class<?> configurationClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.reactivestreams.Publisher<?> |
apply(org.reactivestreams.Publisher<?> input) |
void |
close() |
protected void |
initialize(com.microsoft.azure.serverless.functions.ExecutionContext ctxt) |
public AzureSpringFunctionInitializer(Class<?> configurationClass)
public AzureSpringFunctionInitializer()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected void initialize(com.microsoft.azure.serverless.functions.ExecutionContext ctxt)
protected org.reactivestreams.Publisher<?> apply(org.reactivestreams.Publisher<?> input)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.