| Interface | Description |
|---|---|
| WampConfigurer |
Defines callback methods to configure the WAMP support via
EnableWamp |
| Class | Description |
|---|---|
| WampConfigurerAdapter |
Defines the default implementation of the
WampConfigurer interface. |
| Annotation Type | Description |
|---|---|
| EnableWamp |
Add this annotation to an
@Configuration class to enable WAMP support:
@Configuration
@EnableWamp
public class MyAppConfig {
} |
Copyright © 2014–2015. All rights reserved.