@Configuration
public class DeviceConfig
extends Object
- Author:
- luna
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LOOP_IP
public static final String LOOP_IP
- See Also:
-
-
LOOP_IP_LOCAL
public static final String LOOP_IP_LOCAL
- See Also:
-
-
REMOTE_IP
public static final String REMOTE_IP
- See Also:
-
-
-
-
-
Constructor Details
-
DeviceConfig
public DeviceConfig()
-
Method Details
-
clientFrom
@Bean
@Qualifier("clientFrom")
public Device clientFrom()
-
clientTo
@Bean
@Qualifier("clientTo")
public Device clientTo()
-
serverDevice
@Bean
@Qualifier("serverFrom")
public Device serverDevice()
-
cleientDevice
@Bean
@Qualifier("serverTo")
public Device cleientDevice()