C
- アプリケーションコンテキスト型 @FunctionalInterfaceSE public interface ContextConsumer<C extends ApplicationContext>
ApplicationContext
の処理に使用されるコールバックインターフェース。AbstractApplicationContextRunner
修飾子と型 | メソッドと説明 |
---|---|
void | accept(C context) 提供された context でこの操作を実行します。 |
void accept(C context) throws ThrowableSE
context
でこの操作を実行します。context
- 消費するアプリケーションコンテキスト ThrowableSE
- アサーションで発生する可能性のある例外 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.