pub struct DispatchRoute {
pub scope: Scope,
pub queue: String,
pub destination: String,
}Expand description
External routing binds a logical queue to a stable opaque destination alias. Provider URLs, credentials, and SDK options belong in adapter configuration.
Fields§
§scope: Scope§queue: String§destination: StringImplementations§
Trait Implementations§
Source§impl Clone for DispatchRoute
impl Clone for DispatchRoute
Source§impl Debug for DispatchRoute
impl Debug for DispatchRoute
Source§impl<'de> Deserialize<'de> for DispatchRoute
impl<'de> Deserialize<'de> for DispatchRoute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DispatchRoute
Source§impl PartialEq for DispatchRoute
impl PartialEq for DispatchRoute
Source§impl Serialize for DispatchRoute
impl Serialize for DispatchRoute
impl StructuralPartialEq for DispatchRoute
Auto Trait Implementations§
impl Freeze for DispatchRoute
impl RefUnwindSafe for DispatchRoute
impl Send for DispatchRoute
impl Sync for DispatchRoute
impl Unpin for DispatchRoute
impl UnsafeUnpin for DispatchRoute
impl UnwindSafe for DispatchRoute
Blanket Implementations§
impl<T> ArtifactLease for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more