80.3. FlexVolume 구성
Camel은 Registry에서 DestinationRule 인터페이스를 구현하는 DestinationRule을 조회합니다. 따라서 사용자 고유의 DestinationRule을 다음과 같이 등록할 수 있습니다.
<bean id="myDataSet" class="com.mycompany.MyDataSet"> <property name="size" value="100"/> </bean>
<bean id="myDataSet" class="com.mycompany.MyDataSet">
<property name="size" value="100"/>
</bean>