@Configuration @ConditionalOnWebApplication @ConditionalOnProperty(prefix="restfbmessenger.webhook", name="enabled", matchIfMissing=true) protected static class MessengerAutoConfiguration.WebhookConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
WebhookConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ServletRegistrationBean |
webhookServlet(com.github.marsbits.restfbmessenger.Messenger messenger) |
@Bean public ServletRegistrationBean webhookServlet(com.github.marsbits.restfbmessenger.Messenger messenger)